projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd6fbf
)
(cal-tex-preamble-extra): Fix custom type (sync from trunk
author
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:06:35 +0000
(20:06 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 10 Aug 2008 20:06:35 +0000
(20:06 +0000)
2008-04-11).
lisp/calendar/cal-tex.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-tex.el
b/lisp/calendar/cal-tex.el
index a77eaafcf9eb622cc2fdc5c4f84f61c549080258..011c4d3de76b1bed3b18de9e52f0ba3dd27a27b4 100644
(file)
--- a/
lisp/calendar/cal-tex.el
+++ b/
lisp/calendar/cal-tex.el
@@
-128,7
+128,7
@@
will put the Hebrew date at the bottom of each day."
"A string giving extra LaTeX commands to insert in the calendar preamble.
For example, to include extra packages:
\"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"."
- :type '
string
+ :type '
(choice (const nil) string)
:group 'calendar-tex
:version "22.1")